home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Final Phase / rounded.css < prev    next >
Cascading Style Sheet File  |  2011-03-03  |  801b  |  23 lines

  1. /*
  2.    Style Sheet to create rounded boxes
  3.    Author: Jose Puentes
  4.    Date:   Feb. 28, 2011
  5.  
  6.    Filename:         rounded.css
  7.    Supporting Files: bottom.png, bottomleft.png, bottomright.png, left.png,
  8.                      right.png, top.png, topleft.png, topright.png
  9.  
  10. */
  11.  
  12. .topLeft      {background: url(topleft.png) no-repeat top left}
  13. .topRight      {background: url(topright.png) no-repeat top right}
  14. .bottomLeft     {background: url(bottomleft.png) no-repeat bottom left}
  15. .bottomRight     {background: url(bottomright.png) no-repeat bottom right}
  16.  
  17. .top            {background: url(top.png) repeat-x top}
  18. .bottom         {background: url(bottom.png) repeat-x bottom}
  19.  
  20. .left           {background: url(left.png) repeat-y left}
  21. .right          {background: url(right.png) repeat-y right} 
  22.  
  23.